home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk158 / mat / mref < prev    next >
Text File  |  1995-03-19  |  412b  |  14 lines

  1. .K PAT,FILE1,FILE2,FILE3
  2. .bra {
  3. .ket }
  4. ;;    MREF      --  Highlights references in text
  5. ;;                  using the pattern search mode of Mat.
  6. ;;  -- this is almost identical to the (commented) 'REF' script;
  7. ;;  the difference should be obvious...
  8.  
  9. run ChangeTaskPri -5 +
  10.  Mat >T:Ref_list P "#?^({PAT})^#?" T "^0^1^2" nocase TAG "^B^P..." {FILE1} {FILE2} {FILE3} +
  11.  type T:Ref_list
  12.  
  13.  
  14.